static extern Boolean AdjustWindowRect(Out RECT lpRect, UInt32 dwStyle, bool bMenu);
VB.Net Signature:
<DllImport("user32.dll")> _
Shared Function AdjustWindowRect(ByRef lpRect As RECT, ByVal dwStyle As UInteger, ByVal bMenu As Boolean) As Boolean
End Function